﻿.page-position {
  padding: 15px 0;
  font-size: 14px;
  color: #2f2f2f;
}
.margin-top{
	margin-top:20px;
}
.page-position a {
  color: #2f2f2f;
}

.page-position a:hover {
  color: #ab001a;
}

.page-wrap {
  background: #ffffff;
  padding-bottom: 3.38541667%;
  margin-top:25px;
}
.navMenubox { margin: 0 auto; }
.navMenu-top { padding: 10px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1) }
.navMenu> li { display: block; margin: 0; padding: 0;  width: 100%; float: left ; }
.navMenu>li>a { display: block; overflow: hidden; padding-left: 30px; line-height: 40px; background:url('../images/ioc_l.png') no-repeat 10px center ;  color: #000; border-bottom: 1px solid #bebebe; transition: all .3s; position: relative; text-decoration: none; font-size: 17px; width: 100%;float: left ;}
.navMenu > li:nth-of-type(1)> a { border-top: 1px solid transparent; }
.navMenu > li:last-child > a { border-bottom: 1px solid transparent; }

.navMenu>li>a>i { font-size: 20px; float: left; font-style: normal; margin: 0 5px; }
.navMenu li a .arrow:before { display: block; float: right; margin-top: 1px; margin-right: 15px; display: inline; font-size: 16px; font-family: FontAwesome; height: auto; content: "\f105"; font-weight: 300; text-shadow: none; }
.navMenu li a .arrow.open:before { float: right; margin-top: 1px; margin-right: 15px; display: inline; font-family: FontAwesome; height: auto; font-size: 16px; content: "\f107"; font-weight: 300; text-shadow: none; }
.navMenu>li>a.active, .navMenu>li>a:hover { color:#125cb9; }
.navMenu>li>ul.sub-menu { display: none; list-style: none; clear: both;padding-bottom: 5px; }
.navMenu>li.active > ul.sub-menu, .navMenu>li>ul.sub-menu>li.active >ul.sub-menu { }
.navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px; }
.navMenu>li>ul.sub-menu li>a { display: block; font-size: 14px; line-height: 36px; padding-left: 20px; border-bottom: 1px solid #d2dffd; color: #6292f7; clear: both; }
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a { color: #1049c7;  }
.icon_1:before { content: "\f0ac"; }
.icon_2:before { content: "\f0ac"; }
.icon_3:before { content: "\f0ac"; }

@media (min-width: 990px) {
  .page-wrap-left {
    float: left;
    width: 100%;
  }
}

.xypg-left-box {
  margin-bottom: 20px;
}

.xypg-left-title {
  background:url('../images/nybtbj.jpg')repeat-x center center  ;
  padding: 5px 20px;
  position: relative;
  border-radius:10px;
}
.xypg-left-con{
	float: left ;
	width: 100%;
	margin-top:15px;
	font-size:14px;
	color: #5a5a5a;
	line-height:30px;
	padding-bottom:50px;
	padding-left:10px;
}
.xypg-left-title {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  position: relative;
  max-height:40px;
  overflow: hidden ;
  z-index: 9;
}

.xypg-left-title span {
  font-weight: normal;
  font-size: 16px;
  color: #2b2b2b;
  opacity: .6;
  margin-left: 10px;
  text-transform: capitalize;
}

.xypg-left-title span:before {
  content: "/";
  padding-right: 5px;
}


.latest-news {
  padding: 10px 0;
}

.latest-news li {
  padding: .5em 1em;
  font-size: 14px;
}

.latest-news li a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
}

.latest-news li a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}

.latest-news li a:hover {
  color: #ab001a;
}

.latest-news li a:hover:before {
  color: #ab001a;
}

.hot-keys {
  padding: 20px 7px 8px 7px;
}

.hot-keys li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
}

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2.857;
  border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
  color: #ab001a;
  border-color: #ab001a;
}

.page-wrap-contact {
  padding: 10px 0;
  font-size: 14px;
}

.page-wrap-contact h4 {
  padding: .3em 1.4em .8em 1.4em;
  font-size: 16px;
  color: #000000;
}

.page-wrap-contact p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: .8em 1.4em;
  color: #2f2f2f;
}

.page-message-img img {
  border: 1px solid #d2d2d2;
}

.page-wrap-right {
  overflow: hidden;
}

.page-mob-tool {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.page-mob-tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.page-mob-tool li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #292e39;
  opacity: .7;
}

.page-mob-tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
  background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
  background-position: -30px -60px;
}

@media (min-width: 992px) {
  .page-mob-tool {
    display: none;
  }
}

.navigation a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei",Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}

.navigation a.previous_page {
  float: left;
}

.navigation a.next_page {
  float: right;
}

.navigation a:hover {
  color: #fff;
  border-color: #ab001a;
  background: #ab001a;
}

/* 鎵嬫満绔?宸︿晶瀵艰埅寮瑰嚭鐗规晥 */
.xymob-left-close-btn {
  display: none;
}

@media (max-width: 990px) {
  /* 寮瑰嚭妗嗕箣鍚?body 涓婂鍔犱竴涓姝㈡粴鍔ㄧ殑绫*/
  body.no-scroll,
  html.no-scroll {
    overflow: hidden;
  }
  .xymob-menu-click {
    overflow-y: scroll;
    z-index: 999999;
  }
  .xymob-menu-click .xypg-left-news,
  .xymob-menu-click .xypg-left-keys,
  .xymob-menu-click .xypg-left-contact,
  .xymob-menu-click .page-message-img {
    display: none;
  }
  .xymob-menu-click .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font:after {
    background-position: -30px -300px;
  }
  .xymob-menu-click .xypg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xymob-menu-click .xypg-left .xypg-left-menu {
    width: 90%;
    background: #fff;
  }
  .xymob-menu-click.click {
    left: 0;
  }
}

/* 鍐呴〉宸︿晶瀵艰埅鏍忔牱寮?*/
@media (max-width: 990px) {
  .xypg-left-nav .xypg-left-threenav {
    display: block;
  }
}

.xypg-pro-description {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 2em;
}

.xypg-product-list {
  margin: 0 -1.5%;
  font-size: 0;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 30.333%;
  margin: 0 1.5% 20px 1.5%;
  padding: 10px 10px 0 10px;
  border: 1px solid #eeeeee;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li .img {
  display: block;
}

.xypg-product-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-product-list li:hover {
  border-color: #292e39;
}

.xypg-product-list .no-result {
  margin: 0 1.5%;
  font-size: 14px;
}

.xypg-case-list {
  margin: 0 -1%;
  font-size: 0;
}

.xypg-case-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 31.333%;
  margin: 0 1% 10px 1%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-case-list li .img {
  display: block;
}

.xypg-case-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
  color: #ab001a;
}

.liuyanxinm{
	width:15%;float: left; margin-top:10px;
}
.liuyandianhua{
width:16%;float: left ; margin-left:15px;margin-top:10px;
}
.liuyanneir{
	width: 43%;float: left ;margin-left:15px;margin-top:10px;
}
.liuyantijiao{
	height:50px; margin-left:10px;width: 10%; float: left ; margin-top:10px;
}
.wk_blog_tab {
	width: 100%;
	height: 65px;
	background: url('../images/about_line.jpg') repeat-x left bottom;
	overflow: hidden;
	clear: both;
}
.wk_blog_tab ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.wk_blog_tab ul li {
	display: inline;
	text-align: center;
}
.wk_blog_tab ul li a {
	font-size: 16px;
	line-height: 35px;
	color: #333;
	display: inline-block;
	border:1px #ccc solid ;
	padding: 0 40px;
	margin: 0 15px;
	text-decoration: none;
	border-radius:5px;
}
.wk_blog_tab ul li a:hover, .wk_blog_tab ul li .a {
	color: #fff;
	background:#19a8ea;
}
.syye{float: left;
	width: 100%;
	line-height: 25px;
	max-height: 25px;
	overflow: hidden ;
 }
 .syye a{
	color: #222;
	font-size: 14px;
}
.syye a:hover {
	color: #e56a18;
}
.xyye{float: left;
	width: 100%;
	line-height: 25px;
	max-height: 25px;
	overflow: hidden ;
 }
 .xyye a:hover {
	color: #e56a18;
}

 .xyye a{
	color: #222;
	font-size: 14px;
}

.nyljzx{
	float: left ;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 59px;
}
.neljzxnr{
	float: left ;
	width: 75%;
	font-size: 14px;
	color: #010101;
	line-height: 25px;
}
.nyljzxlj{
	float: left ;
	width: 25%;
} 

.nyljzxlj a{
	float: right ;
	width: 60%;
	margin-right: 20%;
	background: #e56a18;
	color: #fff;
	line-height: 35px;
	text-align: center ;
	border-radius:5px;
}
.nyljzxlj span{
	float: right ;
	margin-right: 20%;
	width: 60%;
	font-size: 14px;
	color: #000;
}
.banner-db{
	width: 100%;
}
.banner-db img{
	width: 100%;
}
.shipinzs{
	float: left ;
	width: 100%;
}
.shipinzs ul li{
	float: left ;
	width: 24%;
	margin:1% 0.5%;
}
.shipinzs ul li .shipinnr{
	float: left ;
	width: 100%;
	overflow: hidden ;
}
.shipinzs ul li .shipinmc{
	font-size:16px;
	float: left ;
	color: #000;
	background:#e7e7e7;
	text-align: center ;
	line-height:35px;
	max-height: 35px;
	overflow: hidden ;
	width:100%
}
/***鍏徃绠€浠?**/
.nynr{
	float: left ;
	width: 100%;
	border-top: 1px #dcdcdc solid ;
	background: url('../images/nybj.jpg') no-repeat left top; 
}
.nygsjjnr{
	float: left ;
	width: 100%;
	padding-top: 57px;
}
.nygsjjmc{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size: 24px;
	color: #19a8ea;
}
.nygywmnr{
	float: left ;
	width: 100%;
	font-size: 14px;
	color: #707070;
	line-height: 25px;
	margin-top: 35px;
}
.nyyyfw{
	float: left ;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 35px;
}
.nyfwmc{
	float: left ;
	width: 100%;
	background: url('../images/sanjiaof.jpg') no-repeat left center ; 
	font-size: 18px;
	color: #19a8ea;
	padding-left: 26px;
	line-height: 25px;
}
.nyzyfwnr{
	float: left ;
	width: 39%;
	margin-top: 35px;
}
.nyzyfwnr1{
	float:right  ;
	width: 53%;
	margin-top: 35px;
}

.nyzyfwjt{
	float: left ;
	width: 100%;
	text-align: center ;
	color: #19a8ea;
	font-size: 24px;
}
.nyzyfwjtnr{
	float: left ;
	width: 100%;
	text-align: center ;
	line-height: 20px;
	height:60px;
	overflow: hidden ;
	color: #707070;
	font-size: 14px;
	margin-top: 15px;
}
.nyzyfwjtimg{
	float: left ;
	width: 100%;
	margin-top: 10px;
}
.nyzyfwjtimg img{
	width: 100%;
}
.nyrongyuzz{
	float: left ;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 35px;
}



/*鍐呴〉浜у搧鍥剧墖*/
.cpzs{ padding-top:0px;}
.cpzs li{ float: left; width: 32%;margin-left: 1%; margin-bottom: 15px; text-align:center;  /*! background:#f1f1f1; */ padding:0px; border: 1px #ddd solid ;}
.cpzs li .nycpzs{
	float: left ;
	width: 100%;
	height:205px;
	overflow: hidden ;
	text-align: center ;
	position:relative;
}
.cpzs li .nycpzs img{
	width: 100%;
	transition:transform 300ms;
	position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
}
.cpzs li .nycpzs:hover  img{
	transform:scale(1.05,1.05);
}
.cpzs li .nycpzs1{
	float: left ;
	width: 100%;
	height:345px;
	overflow: hidden ;
	text-align: center ;
	position:relative;
}
.cpzs li .nycpzs1 img{
	width: 100%;
	transition:transform 300ms;
	position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
}
.cpzs li .nycpzs1:hover  img{
	transform:scale(1.05,1.05);
}

.cpzs li .p{width:100%; text-align:center; line-height:40px; float: left ; max-height: 40px; overflow:hidden; font-size:14px; text-align:center; border-top: 1px #ddd solid ;color:#333;}
.cpzs li a:hover .p{
	color: #fff;
	background:#ff0000;
}
.banner{
	width: 100%;
	float: left ;
	height: auto ;
	min-width: 100%;
}
.banner img{
	width: 100%;
}
.nyxpxq{
	float: left ;
	width: 100%;
	margin-top: 15px;
}
.nyxpxqimg{
	float: left ;
	width:100%;
}
.nyxpxqimg img{
	max-width:100%;
}
.nyxpxqnr{
	float: left ;
	width: 100%;
}
.nnyxpxqname{
	float: left ;
	width: 100%;
	font-size: 25px;
	line-height: 50px;
	color: #19a8ea;
}
.nnyxpxqllcs{
	float: left ;
	width: 100%;
	font-size: 16px;
	color: #636363;
}
.nnyxpxqjs{
	float: left ;
	width: 100%;
	font-size: 16px;
	color: #636363;
	margin-top: 10px;
	line-height: 25px;
}
.nycpxiangq{
	float: left ;
	width: 100%;
	margin-top: 25px;
}
.nycpxiangqnm{
	float: left ;
	width: 100%;
	border-bottom: 1px #bababa solid ;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}
/*#*/
a:lin30{
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.prlist:link {
	text-decoration: underline;
	color:#3165ff
}
a.prlist:visited {
	text-decoration: underline;
	color:#3165ff
}
a.prlist:hover {
	text-decoration: none;
	color:#ff6600
}
a.prlist:active {
	text-decoration: underline;
}
a.plist:link {
	text-decoration: none;
	color:#7e7e7e
}
a.plist:visited {
	text-decoration: none;
	color:#7e7e7e
}
a.plist:hover {
	text-decoration: underline;
	color:#6fa200
}
a.plist:active {
	text-decoration: none;
}
a.newslink:link {
	text-decoration: none;
	color:#01aef0;
	font-weight:bold;
}
a.newslink:visited {
	text-decoration: none;
	color:#01aef0;
	font-weight:bold;
}
a.newslink:hover {
	text-decoration: underline;
	color:#ffffff;
	font-weight:bold;
}
a.newslink:active {
	text-decoration: none;
}
a.newslinks:link {
	text-decoration: none;
	color:#444444;
}
a.newslinks:visited {
	text-decoration: none;
}
a.newslinks:hover {
	text-decoration: none;
	color:#f10307;
}
a.newslinks:active {
	text-decoration: none;
}
.cplink a {
	text-decoration: none;
	color:#4b4b4b;
}
.cplink a:hover {
	text-decoration: none;
	color:#e30000;
}
img {
	border-width:0px;
}
.title{ width:1100px; height:35px; line-height:35px; margin:0 auto; padding:0px; font-size:20px; font-family:Microsoft YaHei; text-align:center;}
.titlen{ width:1100px; height:55px; line-height:25px; margin:0 auto; padding:0px; font-size:20px; color:#777576; font-family:Arial; text-transform:uppercase; text-align:center; font-weight:bold;background:url(../image/titlebg.jpg) no-repeat center bottom;}

.title1{ width:73px; height:24; margin:0px auto; padding:0px; background:url(../images/more.jpg) no-repeat center;}
.title1 a{ color:#808080; line-height:24px;text-decoration:none;}
.title1 a:hover{ color:#ff0000;}

.cpleft{ width:390px; height:490px; float:left; border:5px solid #f9d278; border-radius:5px; _border-radius:5px;}
.listb a{display: block;}
#con {
	width:1200px;
	margin:10px auto 0px auto;
	height:auto !important;
	padding:0px;
	clear:both;
	overflow:hidden;
	position:relative;
}
.newslist {width:100%;height:auto;margin:0px auto;padding:0px;}
.newslist ul li{
	float: left ;
	width: 100%;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px #e2e2e2 dashed ;
}
.newslist ul li a{
	float: left ;
	width: 100%;
	
}
.newslist ul li a .nynewnr{
	float: right ;
	width: 100%;
}
.newslist ul li a .nynewnr .nynewname{
	float: left ;
	width: 70%;
	line-height:20px;
	font-size:16px;
	padding-left:20px;
	color: #000;
	background:url('../images/ioc_l.png') no-repeat left center ;
}
.newslist ul li a:hover .nynewnr .nynewname{
	color:#097021;
}
.newslist ul li a .nynewnr .nynewtime{
	float: right ;
	width: 30%;
	font-size:14px;
	color: #666666;
	line-height:20px;
	text-align: right ;
}
.newslist ul li a .nynewnr .nynewjs{
	float: left ;
	width: 100%;
	font-size:14px;
	color: #666666;
	line-height:25px;
	margin-top:10px;
}


.nyfwrx{
	float: left ;
	width: 50%;
	font-size:23px;
	margin-top:20px;
	color: #595656;
	margin-bottom:10px;
	border-bottom:1px #595656 solid;
}
.nyfwrx span{
	font-size:14px;
}
.nyfwrxnr{
	float: left ;
	width: 100%;
	font-size:40px;
	color: #797979;
	font-weight: bold ;
	margin-top:5px;
	margin-bottom: 50px;
}
.nyfwrxlx{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #595656;
	line-height:28px;
}
.nyfwrximg{
	float: left ;
	width: 100%;
}
.nyzxly{
	float: left ;
	width: 100%;
	margin-top:20px;
	font-size:25px;
	font-weight: bold ;
	color: #000;
}
.nyzxlynr{
	float: left ;
	width: 100%;
}

.first3 {
	width:480px;
	height:380px;
	padding:0px;
	margin:0px auto;
	float:right;
	display:inline;
}
.pic {
	width:100%;
	height:260px;
	margin:0px auto 8px auto;
	padding:0px;
	overflow:auto;
	clear:both;
}

.min{ width:100%; height:420px; background:#191919;}
.zxly{ width:750px; height:400px; float:left;}
.sycontact{ width:300px; height:400px; float:right; color:#fff; line-height:35px; font-size:16px;}
.sycontact a{ color:#fff;}.sycontact a:hover{ color:#fff; text-decoration:underline;}
#left {
	width:100%;
	height:auto!important;
	margin:0px auto;
	padding-bottom: 30px;
	margin-top:20px;
	display:inline;
	float:left;
	position:relative;
}
.ntitle {
	width:100%;
	height:52px;
	line-height:52px;
	margin:0px auto;
	padding:0px;
	background:#149cff;
	font-size:30px;
	color:#fff;
	font-family:Microsoft YaHei;
	text-align: center ;
}

.ntitle1 {
	width:100%;
	height:27px;
	line-height:22px;
	margin:0px auto; font-weight:bold;
	padding:0px;
	font-size:18px;
	color:#000;
	font-family:Microsoft YaHei;
	text-indent:15px;
}

.listw {
	width:100%;
	height:auto !important;
	overflow:auto;
	clear:both;
	margin:0px auto;
	padding:0px;
	position:relative;
	background:#f3f3f3;
}
/* 鐜板疄闅愯棌浜岀骇鑿滃崟 */
.button1{
width:20px;
height:20px;
top:0px;
left:-20px;
position:absolute;
cursor:pointer;
}
.button1 img{
width:20px;
height:20px;
}


.nylist {
	width:220px;
	height:auto !important;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	clear:both;
	position:relative
}
.nylist ul {
	list-style-type:none;
	margin:0px auto;
	padding:0px;
	width:220px;
}
.nylist ul li {
	/*text-align:center;*/
	height:21px;
	padding:0px;
	margin:5px auto;
	float:left;
}
.listb {
	width:220px;
	height:20px;
	background:url(../image/dot4.png) no-repeat left center;
	color:#000;
	line-height:20px;
	text-decoration:none; border-bottom:1px solid #c2c0c0;
	margin:0px;
	display:block;
	font-size:15px;
	text-indent:15px; text-align:left;
}


/*.listb a {
	width:220px;
	height:20px;
	background:url(../image/dot4.png) no-repeat left center;
	color:#000;
	line-height:20px;
	text-decoration:none; border-bottom:1px solid #c2c0c0;
	margin:0px;
	display:block;
	font-size:15px;
	text-indent:25px; text-align:left;
}*/

.listb a:hover {
	color:#000;
}

.listd {
	width:230px;
	height:36px;
	margin:0px auto;
	padding:0px;
	clear:both;
}
.n-lxfs{ width:100%; height:216px; display:block; overflow:hidden; margin-top: 20px; padding:0px; line-height:24px; background:#149cff;}
.n-lxfs p{ font-size:14px; color:#fff; line-height:22px; margin:0px 15px;}
.n-lxfs a{color:#fff;}
.n-lxfs a:hover{color:#fff;}

.height20 {
	height:20px;
	width:100%;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
.height15 {
	height:15px;
	width:100%;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
#right {
	width:100%;
	float:right;
	height:auto!important;
	margin:0px auto;
	padding-bottom: 40px;
	padding-top:20px;
	display:inline;
}
.rightn_title{
	width:100%;
	height:35px;
	line-height:30px;
	margin:0px auto;
	padding:0px;
	border-bottom:2px solid #d3d3d3;
	font-size:1.7em;
	color:#000;
	font-family:Microsoft YaHei;
	overflow:hidden;
	clear:both;
}
.rightn_title .rightn_title_left{
    width:50%;
    float:left;
}
.rightn_title .crumbs{
	width:50%;
	float:right;
	text-align:right;
	color:#666;
	font-size:16px;
}
.rightn_title .crumbs a{
	display:inline;
	color:#666;
	font-size:14px;
}
.rightn_title .crumbs a:hover{
	color:#2d80fe;
}
.content {
	width:100%;
	height:auto !important;
	margin:0px auto 1px auto;
	padding:10px 0px;
	clear:both;
}
.content img{
	max-width:100%;
}
.content_contenta {
	width:100%;
	margin:0px auto 10px auto;
	padding:0px;
	line-height:30px;
	color:#000;
font-size: 14px;
}


.content_contenta .pro_img{ width:800px; padding:10px; max-height:700px; text-align:center; overflow:hidden;}
.content_contenta .pro_img img{ max-height:700px;}


.height24 {
	height:24px;
	overflow:hidden;
	margin:auto;
	padding:0px;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
.page_nav{ color:#333;  height:30px; font-size:13px;}
.page_nav A {
	PADDING-BOTTOM: 3px;
	MARGIN: 2px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #5f5f5f;
	TEXT-DECORATION: none;
	PADDING-TOP: 3px; display:inline-flex;
}
.page_nav A:hover {COLOR: #5f5f5f;
}
.page_nav A:visited {
	COLOR: #5f5f5f;
}
.page_nav A:active {
	COLOR: #5f5f5f;
}
.page_nav SPAN {
	PADDING-BOTTOM: 3px;
	MARGIN: 2px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	COLOR: #5f5f5f;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none;
	PADDING-TOP: 3px
}
.liuyanban{
	width:46%;
	margin:auto;
	padding-bottom:80px;
}

@media (max-width: 1000px) 
{
  #con{ width:95%; margin:0px auto; padding:0px;}
  #left{width:100%; display:block; overflow:hidden;} 
  .listw,.nylist,.listb,.nylist ul,.nylist ul li{ width:100%; margin:0px auto; padding:0px; height:auto;}
  
  
  .listb{
	 width:100%;
	height:50px;
	background:url(../image/dot4.png) no-repeat left center;
	color:#000;
	line-height:50px;
	text-decoration:none; border-bottom:1px solid #c2c0c0;
	margin:0px;
	display:block;
	font-size:15px;
	text-indent:15px; text-align:left;
}
.listb a:hover {

	color:#000;

}
 .ntitle1,.n-lxfs{ display:none;}  
  #right{width:100%; display:block; overflow:hidden;}  
  
.content{ width:100%; margin:0px auto; padding:0px;}
.content_contenta{ width:100%; margin:4% auto; padding:0px;}
  
  .content img{ width:70%; height:auto; margin:0 auto;  max-width: 100%;
    max-height: -webkit-fill-available;} 
  .liuyan{ display:none;}
  
  
.cpzs{ width:100%;}
.cpzs li{ float: left; width:43%; height:auto; text-align:center;  padding:1%; margin:4% 0 5% 3%; border:1px solid #dcdcdc; display:block;}
.cpzs img{ text-align:center; width:auto; padding:0px; margin:0px auto; height:auto;}
.cpzs .p{width:100%; text-align:center; line-height:35px; height:35px; font-size:14px; text-align:center; display:block; position:relative;}
.cpzs a{ color:#000; text-decoration:none;}.cpzs a:hover{ color:#ff0000;text-decoration:none;}

.sycontent1{ width:100%; margin:0px auto; padding:0px; display:none;}
}


@media (max-width: 1000px) 
{

.newslist {width:100%;height:auto;margin:0px auto;padding:0px;}

.qyys{ background: url(../images/bg_img2.jpg) repeat;
    width:100%; height:auto;  padding-top:30px;
}



 
.sycontent{ width:100%; margin:0px auto; padding:0px;}


}



div .t{font-size: 14px;}

.search>div>p{font-weight: bold;}
 .pagination-wrapper {
	margin: 20px 0;float:left;
}
.pagination {
	height: 34px;
	text-align: center;

}
.pagination li {
	display: inline-block;
	height: 30px;
	margin-right: 5px;

}
.pagination li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #2d80fe;
}
.pagination li.thisclass {
	background: #2d80fe;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #2d80fe;
	color: #fff;
	cursor: default;
}

@media screen and (max-width: 768px) {
.cpzs li{ float: left; width:45%; text-align:center;  /*! background:#f1f1f1; */ padding:0px; margin:8px 8px 15px 8px; overflow: hidden;display: block; border: 1px #dcdcdc solid ;}
.cpzs li a{
	max-width: 100%;
}
.cpzs li .nycpzs{
	height:125px;
}
.cpzs a img{ width:100%; padding:2px; text-align: center ;}
.cpzs .p{width:100%; text-align:center; line-height:40px; height:40px; font-size:14px; text-align:center; border-top: 1px #dcdcdc solid ;}
.cpzs .p a{ color:#333; text-decoration:none; border: none;}
.cpzs .p a:hover{ color:#f60;text-decoration:none;}
  .content img{ width:70%; height:auto; margin:0 auto;  max-width: 100%;
    max-height: 200px;}
.nrytjalbt {
    float: left;
    width: 100%;
    background: #e56a18;
    padding: 4% 2% 5% 0px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.nrytjalnr{
	width: 100%;
	margin-top: 15px;
}
.nrytjalnr ul li{
	width: 49%;
	margin-bottom: 15px;
}
.nrytjalnr ul li .nrytjalimg a span{
	max-height: 35px;
	overflow: hidden ;
}
.nryxwhy{
	width: 100%;
}
.nryxwcj{
	width: 100%;
	margin-left: 0px;
	margin-top: 15px;
}
.nryly{
	width: 100%;
	padding: 0px 10px 23px 10px;
	margin-top: 15px;
}
.nyljzx{
	display: none ;
}
.wk_blog_tab{
	height:auto;
}
.newsItem a{
	padding:0px;
}
.newsItem .date{
	display: none ;
}
.newsItem .info{
	padding-left:0px;
	margin-left:0px;
}
.wk_blog_tab ul li a{
	margin: 0px 0px 10px 0px;
}
.shipinzs ul li{
	width:100%;
}
.liuyanban{
	width: 100%;
}
.liuyanxinm{
	width:40%;}
.liuyandianhua{
width:53%;}
.liuyanneir{
	width: 100%;}
.liuyantijiao{
	width: 34%;}

}
@media screen and (max-width: 414px) {
.wk_blog_tab ul li a{
	margin: 0px 0px 10px 0px;
}
.cpzs li{ float: left; width:46%; text-align:center;  /*! background:#f1f1f1; */ padding:0px; margin: 0px 0px 10px 10px;; overflow: hidden;display: block; border: 1px #dcdcdc solid ;}
.cpzs li a{
	max-width: 100%;
}
.cpzs a img{ width:100%; padding:2px; text-align: center ;}
.cpzs .p{width:100%; text-align:center; line-height:40px; height:40px; font-size:14px; text-align:center; border-top: 1px #dcdcdc solid ;}
.cpzs .p a{ color:#333; text-decoration:none; border: none;}
.cpzs .p a:hover{ color:#f60;text-decoration:none;}
  .content img{ width:100%; height:auto; margin:0 auto;  max-width: 100%;
    max-height:inherit ;}
    .newslist ul li a .nynewnr .nynewname{
	max-height:20px;
	overflow: hidden ;
}
#right{
	padding-top:0px;
}
}

